home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / EXGRAF3D / GRAF3D.DOC < prev    next >
Text File  |  1990-09-28  |  763b  |  14 lines

  1. Boxes.c and BoxSphere.c are translations of Pascal programs from the
  2. A.P.D.A 'Macintosh Example Applications and Sources v.1.0' disk.  The two
  3. programs are examples of using the Graf3D library.  The Graf3D library
  4. routines can be extracted from the Apple MPW C Interface.o library by
  5. running Think C's oConv application with Interface.v present. The resulting
  6. library project must╩be cleaned of all routines except GRAF3D, PRHACK,
  7. FIXMATH, and PRINTCALLS.  Graf3D.h is modified for Think C from the MPW C
  8. header. The Graf3D library routines are documented in the MPW Reference
  9. manual.  The Think C Project for Boxes or BoxSphere requires the created
  10. Graf3D library and MacTraps.  BoxSphere also requires ANSI-small.
  11.  
  12. Lewis E. Garrett, CIS 71147,2202  -- 9/27/90
  13.  
  14.